home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Sapphire Collection / Software Vault (Sapphire Collection) (Digital Impact).ISO / cdr47 / ahp143.zip / SDN.ID < prev    next >
Text File  |  1994-12-13  |  5KB  |  91 lines

  1. AHELP 1.43 Advanced Help Library for Clipper S'87 and CA-Clipper 5.x
  2. DOS JAN95 CA CLIPPER HELP LIBRARY DATABASE INDEX DBASE CONTEXT
  3. FILES: ahp143
  4.  
  5. Author: Jim Hass
  6. Registration: $95.00
  7.  
  8. This help system, for use with your Clipper applications, provides
  9. both context-sensitive and generalized help windows. Features included
  10. with version 1.4 of AHELP (shareware) are:
  11.  
  12. *  control whether help windows have no border, a single-line border, or
  13.    a double-line border.
  14. *  control whether the cross-bars drawn inside the help windows have no
  15.    line, a single line, or a double line.
  16. *  automatically determines the appropriate intersections.
  17. *  control what colors AHELP will use for the help window border, title,
  18.    content, and highlight bar in the help index window.
  19. *  control whether or not the end user has the ability to create or
  20.    modify help windows.
  21. *  control whether or not the help windows have drop shadows.
  22. *  automatically positions the help window immediately below the screen
  23.    position of the input variable (e.g., a GET variable) if the window
  24.    will fit there; otherwise, the window appears immediately above the
  25.    input variable.
  26. *  provides a help index; whenever any help window is on the screen,
  27.    the user may press F1 to see the help index.  The help index is
  28.    another window with a scrolling alphabetic listing of help subjects.
  29.    The user uses the cursor control keys to highlight the subject of
  30.    interest, and presses Enter to see the corresponding help window.
  31.    The user may also type the first letter of the subject to move the
  32.    highlight bar immediately to the first occurrence of that letter.
  33. *  is sensitive to the Clipper environment.  If the cursor is off when
  34.    help is invoked, it will be off when control returns to your
  35.    application.  Conversely, if the cursor is on when help is invoked,
  36.    it will be on when control returns to your application.  The same
  37.    principle applies to colors, function keys, insert status, work area,
  38.    and the status of SET CONSOLE, DELETED, ESCAPE, and SCOREBOARD.
  39. *  does not use any "wait state" commands (READ, WAIT, ACCEPT, INPUT,
  40.    MENU TO), to avoid conflicts with any pending GETs.  It uses the
  41.    INKEY() function for all keyboard input, with two exceptions: it
  42.    calls DBEDIT() for the help index window and MEMOEDIT() for
  43.    displaying/editing help text.
  44.  
  45. When the user presses the help key while your application is in any wait
  46. state, Clipper automatically calls AHELP with three parameters: the name
  47. of the procedure in control when the key was pressed, the line number
  48. that was executing, and the name of the wait state input variable. AHELP
  49. uses the first and third parameters to construct a "seek key".  It opens
  50. the help file and performs a seek for that key.
  51.  
  52. If the key is found, AHELP5 opens a help window and displays the help
  53. text. The window is opened as close as possible to the input variable
  54. screen position. If the key is not found, AHELP5 opens a smaller help
  55. window in the center of the screen and notifies the user that no help
  56. is available. Either window will show available options at the bottom
  57. of the window: Escape to cancel help, F1 to call up the help index, and
  58. F4 to edit or create the help display (if editing is enabled).
  59.  
  60. The registered version contains full source code and additional features.
  61.  
  62. Hardware Requirements: IBM compatible computer, 512K RAM.
  63.  
  64. Other Requirements: Clipper Summer '87 or CA-Clipper version 5.x
  65.  
  66. MicroFox Company  [ASAP]  <ASP>  {STAR}  and  Capella Inc (Stan Gardner).
  67.  
  68.    ┌──────────────────────────────────────────────────────────────────────┐
  69.    │                                                                      │
  70.    │   SDN International(sm) assists Shareware author's in distribution   │
  71.    │    of quality Shareware programs, worldwide, via electronic means.   │
  72.    │                                                                      │
  73.    │          SDN promotes the Shareware concept of cooperation.          │
  74.    │                                                                      │
  75.    │   This archive package contains the complete and unchanged program   │
  76.    │   files directly from the author.    This should be verified using   │
  77.    │   the SDNTEST utility available where you obtained this archive or   │
  78.    │   from:                                                              │
  79.    │                                                                      │
  80.    │              The SDN Project BBS U.S.A. 203.634.0370                 │
  81.    │                                                                      │
  82.    │   The SDN Project BBS supplies  information for authors and sysops   │
  83.    │   only,  there are no programs for users to download posted there.   │
  84.    │   Authors may obtain the SDN-KIT.EXE for Shareware Authors.          │
  85.    │                                                                      │
  86.    │        SDN International is a not-for-profit hobby adventure.        │
  87.    │                                                                      │
  88.    └──────────────────────────────────────────────────────────────────────┘
  89.        SDN.ID File Format is (c)Copyright 1986-1994 by SDN International
  90.  
  91.